home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Stepfar.dxr / 00136_click on TABS.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  232 b   |  8 lines

  1. on mouseDown me
  2.   if the loc of sprite the spriteNum of me = point(275, 240) then
  3.     set the loc of sprite the spriteNum of me to point(275, 532)
  4.   else
  5.     set the loc of sprite the spriteNum of me to point(275, 240)
  6.   end if
  7. end
  8.